Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support knex 0.16 #940

Merged
merged 3 commits into from
Dec 17, 2018
Merged

feat: support knex 0.16 #940

merged 3 commits into from
Dec 17, 2018

Conversation

kjin
Copy link
Contributor

@kjin kjin commented Dec 13, 2018

Fixes #939

Also, modernizes TS in test-trace-knex.ts.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 13, 2018
@ofrobots
Copy link
Contributor

Why not target 0.16 as well?

@kjin kjin force-pushed the upgrade-knex branch 2 times, most recently from b654bfc to 50ba89c Compare December 14, 2018 00:24
@kjin kjin changed the title [wip] feat: support knex 0.15 [wip] feat: support knex 0.16 Dec 14, 2018
@kjin
Copy link
Contributor Author

kjin commented Dec 14, 2018

@ofrobots Done

@kjin kjin changed the title [wip] feat: support knex 0.16 feat: support knex 0.16 Dec 14, 2018
@kjin kjin requested a review from a team December 14, 2018 00:40
@@ -20,6 +20,12 @@ export async function initTestFixtures(installPlugins: boolean) {

// Run `npm install` for package fixtures
const packageFixtures = JSON.parse(await readFileP('./test/fixtures/plugin-fixtures.json', 'utf8') as string);
await mkdirP('./build/test/plugins/fixtures').catch((e: { errno?: number }) => {
// -17: EEXIST (it's OK if this directory already exists)
if (e.errno !== -17) {

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants